code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
DependencyRootTable
code_checker
database
schema
Undocumented in source.
@
TableName
(
depRootTable
)
@
TableForeignKey
("dep_id",
KeyRef
("dependency_file(id)"),
KeyParam
("ON DELETE CASCADE"))
@
TableForeignKey
("file_id",
KeyRef
("files(id)"),
KeyParam
("ON DELETE CASCADE"))
@
TableConstraint
("unique_ UNIQUE (dep_id, file_id)")
struct
DependencyRootTable {
@
ColumnName
("dep_id")
long
depFileId
;
@
ColumnName
("file_id")
long
fileId
;
}
Members
Variables
depFileId
long
depFileId
;
Undocumented in source.
fileId
long
fileId
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
database
schema
functions
getSchemaVersion
initializeDB
makeUpgradeTable
replaceTbl
updateSchemaVersion
upgrade
upgradeV0
upgradeV1
upgradeV2
upgradeV3
structs
CompileDbTrackTable
DependencyFileTable
DependencyRootTable
FilesTbl
UpgradeTable
VersionTbl
variables
compileDbTrack
depFileTable
depRootTable
filesTable
schemaVersionTable